home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / help / bcd / mac / jh1.1 / javahelp / bin / jhindexer.bat < prev    next >
Encoding:
DOS Batch File  |  2002-05-29  |  393 b   |  18 lines

  1. @echo off
  2. rem Run the JHIndexer
  3. rem @(#)jhindexer.bat 1.17 01/29/99
  4.  
  5. if ."%JHHOME%".==."". goto nojhhome
  6. goto runnit
  7. :nojhhome
  8. echo The environment variable JHHOME has not been set
  9. goto done
  10.  
  11. :runnit
  12. set JHW_KP=%JHHOME%\javahelp\lib\jhall.jar;%JHHOME%\swing\swingall.jar
  13.  
  14. %JHHOME%\javahelp\bin\jhwrap com.sun.java.help.search.Indexer %1 %2 %3 %4 %5 %6 %7 %8 %9
  15.  
  16. :done
  17. echo on
  18.